summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/psc/psc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/psc/psc.h')
-rw-r--r--src/core/hle/service/psc/psc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/psc/psc.h b/src/core/hle/service/psc/psc.h
index d248372c2..459137f42 100644
--- a/src/core/hle/service/psc/psc.h
+++ b/src/core/hle/service/psc/psc.h
@@ -13,6 +13,6 @@ class ServiceManager;
namespace Service::PSC {
-void InstallInterfaces(SM::ServiceManager& sm, Core::System& system);
+void LoopProcess(Core::System& system);
} // namespace Service::PSC